home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / football_extravaganza.swf / scripts / DefineButton2_84 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2011-09-19  |  117b  |  9 lines

  1. on(rollOver){
  2.    stopAllSounds();
  3.    tellTarget("pic3")
  4.    {
  5.       gotoAndStop("over");
  6.       play();
  7.    }
  8. }
  9.